home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Winzipper
/
Winzipper_ISO.iso
/
network
/
brightworks 2.0
/
BSC200.Z
/
WALLPAPR.SCR
< prev
next >
Wrap
Text File
|
1995-03-06
|
1KB
|
22 lines
;This script will change the wallpaper designated on end user's Windows
;desktop. The Windows directory must be in the end user's path.
;if the bitmap you wish to install is not currently in the end user's
;Windows directory, it must be on a network drive that all users in
;the scope of this distribution have access to. We recommend placing
;it in the BrightWorks directory for the purposes of this script.
;REMEMBER to compile after making your changes!!!!
;if the bitmap is not currently in the end user's Windows directory
;1. substitute the name of your bitmap for BITMAP.BMP
;2. substitute the path to your bitmap for "F:\BWORKS.200"
;3. uncomment the next line
;COPY "F:\BWORKS.200" "BITMAP.BMP" [WINDIR] ""
;substitute the name of your bitmap file for BITMAP.BMP
WRITEINISTR "WIN.INI" "DESKTOP" "WALLPAPER" "BITMAP.BMP"
;if you would like the bitmap tiled, substitute a "1" for the "0" below
WRITEINIINT "WIN.INI" "DESKTOP" "TILEWALLPAPER" 0